5.5
MEDIUM CVSS 3.1
CVE-2025-71191
dmaengine: at_hdmac: fix device leak on of_dma_xlate()
Description

In the Linux kernel, the following vulnerability has been resolved: dmaengine: at_hdmac: fix device leak on of_dma_xlate() Make sure to drop the reference taken when looking up the DMA platform device during of_dma_xlate() when releasing channel resources. Note that commit 3832b78b3ec2 ("dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()") fixed the leak in a couple of error paths but the reference is still leaking on successful allocation.

INFO

Published Date :

Jan. 31, 2026, 12:16 p.m.

Last Modified :

March 25, 2026, 6:14 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2025-71191 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 MEDIUM [email protected]
Solution
Fix a device reference leak in the DMA engine's at_hdmac driver for Linux kernel.
  • Apply the patch to the Linux kernel source code.
  • Rebuild the kernel with the fix.
  • Deploy the updated kernel.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2025-71191 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2025-71191 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2025-71191 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2025-71191 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Mar. 25, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Added CWE NVD-CWE-noinfo
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:3.10:-:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.7 *cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.199 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.162 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.122 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.67 *cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.19:rc8:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 3.10.1 up to (excluding) 5.10.249
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/48b2d7f530b83cb149dbf0e48f95ccadb2d90da9 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/49d964cde422dc66fea514b7ab24aa729df7081d Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/4c67b4f45c8540ee4e62e24ca4608c6a9a81ee0f Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/6a86cf2c09e149d5718a5b7090545f7566da9334 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/987c71671367f42460689b78244d7b894c50999a Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/b9074b2d7a230b6e28caa23165e9d8bc0677d333 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/f3c23b7e941349505c3d40de2cc0acd93d9ac057 Types: Patch
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Feb. 06, 2026

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/48b2d7f530b83cb149dbf0e48f95ccadb2d90da9
    Added Reference https://git.kernel.org/stable/c/49d964cde422dc66fea514b7ab24aa729df7081d
    Added Reference https://git.kernel.org/stable/c/4c67b4f45c8540ee4e62e24ca4608c6a9a81ee0f
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jan. 31, 2026

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: dmaengine: at_hdmac: fix device leak on of_dma_xlate() Make sure to drop the reference taken when looking up the DMA platform device during of_dma_xlate() when releasing channel resources. Note that commit 3832b78b3ec2 ("dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()") fixed the leak in a couple of error paths but the reference is still leaking on successful allocation.
    Added Reference https://git.kernel.org/stable/c/6a86cf2c09e149d5718a5b7090545f7566da9334
    Added Reference https://git.kernel.org/stable/c/987c71671367f42460689b78244d7b894c50999a
    Added Reference https://git.kernel.org/stable/c/b9074b2d7a230b6e28caa23165e9d8bc0677d333
    Added Reference https://git.kernel.org/stable/c/f3c23b7e941349505c3d40de2cc0acd93d9ac057
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.